object FreeForm1Properties: TFreeForm1Properties Left = 530 Top = 165 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog ClientHeight = 443 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl: TPageControl Left = 8 Top = 8 Width = 369 Height = 401 ActivePage = tsConvert TabOrder = 0 object tsGeneral: TTabSheet Caption = 'G'#233'n'#233'ral' object Label6: TLabel Left = 76 Top = 20 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Nom :' Transparent = True end object Label7: TLabel Left = 28 Top = 44 Width = 79 Height = 13 Alignment = taRightJustify Caption = 'Associ'#233' avec :' Transparent = True end object GroupBox2: TGroupBox Left = 8 Top = 84 Width = 345 Height = 105 Caption = 'Inclut les espaces blancs' TabOrder = 2 object Label2: TLabel Left = 56 Top = 60 Width = 58 Height = 13 Alignment = taRightJustify Caption = 'Tabulation =' Transparent = True end object Label3: TLabel Left = 160 Top = 60 Width = 91 Height = 13 Caption = 'caract'#232're(s) par position' Transparent = True end object TabStopEdit: TEdit Left = 120 Top = 58 Width = 33 Height = 21 TabOrder = 2 Text = '4' end object UseTabsEdit: TBCRadioButton Left = 12 Top = 40 Width = 100 Height = 17 Caption = 'Tabulations et espaces' Checked = True TabOrder = 1 TabStop = True OnClick = SomethingChangedClick end object DontUseTabsEdit: TBCRadioButton Left = 12 Top = 20 Width = 78 Height = 17 Caption = 'Uniquement les espaces' TabOrder = 0 OnClick = SomethingChangedClick end object CompareTermsEdit: TBCCheckBox Left = 12 Top = 82 Width = 154 Height = 17 Caption = 'Fins de ligne (PC/MAC/Unix)' TabOrder = 3 OnClick = SomethingChangedClick end end object NameEdit: TEdit Left = 112 Top = 16 Width = 193 Height = 21 TabOrder = 0 end object FileTypesEdit: TEdit Left = 112 Top = 40 Width = 193 Height = 21 TabOrder = 1 end object GroupBox3: TGroupBox Left = 8 Top = 256 Width = 345 Height = 97 Caption = 'Jeu de caract'#232'res' TabOrder = 4 object Label9: TLabel Left = 12 Top = 44 Width = 333 Height = 29 AutoSize = False Caption = '(Les fichiers Unicode sont d'#233'tect'#233's automatiquement)' Transparent = True WordWrap = True end object UseCtrlZEdit: TBCCheckBox Left = 12 Top = 72 Width = 147 Height = 17 Caption = 'Ctrl+Z indique la fin de fichier' TabOrder = 1 end object CodePageEdit: TComboBox Left = 12 Top = 20 Width = 297 Height = 19 Style = csOwnerDrawFixed ItemHeight = 13 TabOrder = 0 OnDrawItem = CodePageEditDrawItem end end object GroupBox6: TGroupBox Left = 8 Top = 200 Width = 345 Height = 49 Caption = 'Longueur maximale de ligne' TabOrder = 3 object Label10: TLabel Left = 56 Top = 24 Width = 71 Height = 13 Caption = 'caract'#232'res/ligne' end object WrapAtEdit: TEdit Left = 12 Top = 20 Width = 37 Height = 21 TabOrder = 0 OnExit = WrapAtEditExit end end end object tsImportance: TTabSheet Caption = 'Importance' ImageIndex = 2 object Group1: TGroupBox Left = 8 Top = 16 Width = 345 Height = 217 Caption = 'Texte non important' TabOrder = 0 object Label8: TLabel Left = 12 Top = 20 Width = 321 Height = 43 AutoSize = False Caption = 'Ce texte n'#39'est pas important pour la comparaison, sauf s'#39'il cont' + 'ient une cha'#238'ne de caract'#232'res litt'#233'rale (comme d'#233'finie ci-dessou' + 's).' Transparent = True WordWrap = True end object CharCaseEdit: TBCCheckBox Left = 12 Top = 64 Width = 155 Height = 17 Caption = 'Casse de caract'#232're (ABC = abc)' TabOrder = 0 end object LeadingWSEdit: TBCCheckBox Left = 12 Top = 82 Width = 114 Height = 17 Caption = 'Espaces blancs de d'#233'but' TabOrder = 1 end object TrailingWSEdit: TBCCheckBox Left = 12 Top = 118 Width = 111 Height = 17 Caption = 'Espaces blancs de fin' TabOrder = 3 end object EmbeddedWSEdit: TBCCheckBox Left = 12 Top = 100 Width = 127 Height = 17 Caption = 'Espaces blancs int'#233'rieurs' TabOrder = 2 end object BlankLinesEdit: TBCCheckBox Left = 180 Top = 100 Width = 69 Height = 17 Caption = 'Lignes blanches' TabOrder = 5 end object ListBox1: TListBox Tag = 1 Left = 12 Top = 140 Width = 245 Height = 69 Style = lbOwnerDrawFixed ItemHeight = 13 TabOrder = 6 OnClick = SomethingChangedClick OnDblClick = EditBtnClick OnDrawItem = ListDrawItem OnKeyDown = ListBoxKeyDown end object NewBtn1: TButton Tag = 1 Left = 264 Top = 140 Width = 64 Height = 23 Caption = 'Nouveau' TabOrder = 7 OnClick = NewBtnClick end object EditBtn1: TButton Tag = 1 Left = 264 Top = 164 Width = 64 Height = 23 Caption = 'Modifier' TabOrder = 8 OnClick = EditBtnClick end object DeleteBtn1: TButton Tag = 1 Left = 264 Top = 188 Width = 64 Height = 23 Caption = 'Supprimer' TabOrder = 9 OnClick = DeleteBtnClick end object IgnoreTermsEdit: TBCCheckBox Left = 180 Top = 82 Width = 79 Height = 17 Caption = 'Fins de ligne' TabOrder = 4 end end object Group2: TGroupBox Left = 8 Top = 240 Width = 345 Height = 113 Caption = 'Cha'#238'nes de caract'#232'res litt'#233'rales' TabOrder = 1 object ListBox2: TListBox Tag = 2 Left = 12 Top = 24 Width = 245 Height = 57 Style = lbOwnerDrawFixed ItemHeight = 16 TabOrder = 0 OnClick = SomethingChangedClick OnDblClick = EditBtnClick OnDrawItem = ListDrawItem OnKeyDown = ListBoxKeyDown end object NewBtn2: TButton Tag = 2 Left = 264 Top = 12 Width = 64 Height = 23 Caption = 'Nouvelle' TabOrder = 1 OnClick = NewBtnClick end object EditBtn2: TButton Tag = 2 Left = 264 Top = 36 Width = 64 Height = 23 Caption = 'Modifier' TabOrder = 2 OnClick = EditBtnClick end object DeleteBtn2: TButton Tag = 2 Left = 264 Top = 60 Width = 64 Height = 23 Caption = 'Supprimer' TabOrder = 3 OnClick = DeleteBtnClick end object DefaultIgnoreEdit: TBCCheckBox Left = 12 Top = 88 Width = 154 Height = 17 Caption = 'Tout autre texte n'#39'est pas important' TabOrder = 4 end end end object tsAlignment: TTabSheet Caption = 'Alignement' ImageIndex = 3 object GroupBox8: TGroupBox Left = 8 Top = 256 Width = 345 Height = 97 Caption = 'Poids des lignes' TabOrder = 2 object NewWeightBtn: TButton Left = 264 Top = 20 Width = 64 Height = 23 Caption = 'Nouvelle' TabOrder = 1 OnClick = NewWeightBtnClick end object EditWeightBtn: TButton Left = 264 Top = 44 Width = 64 Height = 23 Caption = 'Modifier' TabOrder = 2 OnClick = EditWeightBtnClick end object DeleteWeightBtn: TButton Left = 264 Top = 68 Width = 64 Height = 23 Caption = 'Supprimer' TabOrder = 3 OnClick = DeleteWeightBtnClick end object WeightTable: TListTable Left = 12 Top = 20 Width = 245 Height = 69 DeleteKey = dkDeleteSelected DragCursor = crDrag DragMode = dmManual ExtendedSelect = True FooterEnabled = False FreeOnDelete = False Header.Sections = ( #0'164'#0'Expression' #0'42'#0'Poids') HeaderFont.Charset = DEFAULT_CHARSET HeaderFont.Color = clWindowText HeaderFont.Height = -11 HeaderFont.Name = 'Tahoma' HeaderFont.Style = [] InsertKey = False MultiSelect = False ParentCtl3D = False ScrollBarAlways = False TabOrder = 0 VertLines = True WantReturns = False OnDblClick = EditWeightBtnClick OnDeleteItem = WeightTableDeleteItem OnItemsDeleted = WeightTableItemsDeleted OnGetDisplayText = WeightTableGetDisplayText end end object GroupBox7: TGroupBox Left = 8 Top = 16 Width = 345 Height = 185 Caption = 'Alignement de ligne' TabOrder = 0 object Label5: TLabel Left = 40 Top = 68 Width = 77 Height = 13 Caption = 'Rapide et en gros' Transparent = True end object Label4: TLabel Left = 200 Top = 68 Width = 90 Height = 13 Alignment = taRightJustify Caption = 'Lent et minutieux' Transparent = True end object Label15: TLabel Left = 100 Top = 92 Width = 75 Height = 13 Caption = 'Tol'#233'rance de synchro.' end object SyncSpeedEdit: TTrackBar Left = 32 Top = 40 Width = 267 Height = 27 Ctl3D = True Min = 2 ParentCtl3D = False ParentShowHint = False PageSize = 1 Position = 6 ShowHint = True TabOrder = 1 OnChange = SyncSpeedEditChange end object SkewEdit: TEdit Left = 40 Top = 88 Width = 41 Height = 21 MaxLength = 5 TabOrder = 2 Text = '1' end object SkewUpDown: TUpDown Left = 81 Top = 88 Width = 15 Height = 21 Associate = SkewEdit Min = 1 Max = 30000 Increment = 50 Position = 1 TabOrder = 3 Thousands = False end object ClosenessEdit: TBCCheckBox Left = 40 Top = 116 Width = 99 Height = 17 Caption = 'Aligner les lignes similaires' TabOrder = 4 OnClick = ClosenessClick end object NeverAlignEdit: TBCCheckBox Left = 8 Top = 161 Width = 132 Height = 17 Caption = 'Ne jamais aligner les diff'#233'rences' TabOrder = 6 OnClick = NeverAlignClick end object AlternateLineAlign: TBCRadioButton Left = 8 Top = 140 Width = 104 Height = 17 Caption = 'M'#233'thode Alternative' TabOrder = 5 OnClick = SomethingChangedClick end object StandardLineAlign: TBCRadioButton Left = 8 Top = 20 Width = 103 Height = 17 Caption = 'M'#233'thode Standard' TabOrder = 0 OnClick = SomethingChangedClick end end object GroupBox5: TGroupBox Left = 8 Top = 208 Width = 345 Height = 41 Caption = 'Alignement des caract'#232'res' TabOrder = 1 object SimpleCharAlign: TBCRadioButton Left = 8 Top = 16 Width = 50 Height = 17 Caption = 'Simple' TabOrder = 0 end object StandardCharAlign: TBCRadioButton Left = 112 Top = 16 Width = 64 Height = 17 Caption = 'Standard' TabOrder = 1 end object ColumnCharAlign: TBCRadioButton Left = 216 Top = 16 Width = 88 Height = 17 Caption = 'Bas'#233' sur une colonne' TabOrder = 2 end end end object tsConvert: TTabSheet Caption = 'Conversion' ImageIndex = 3 object GroupBox1: TGroupBox Left = 8 Top = 224 Width = 345 Height = 129 Caption = 'Conversion externe' TabOrder = 0 object Label12: TLabel Left = 12 Top = 20 Width = 89 Height = 13 Caption = 'Ex'#233'cution lors du chargement' end object Label13: TLabel Left = 12 Top = 82 Width = 86 Height = 13 Caption = 'Ex'#233'cution lors de la sauvegarde' end object InConvertCmdEdit: TEdit Left = 12 Top = 36 Width = 293 Height = 21 TabOrder = 0 end object OutConvertCmdEdit: TEdit Left = 12 Top = 98 Width = 293 Height = 21 TabOrder = 1 end object ExtCmdBrowseBtn: TBitBtn Left = 309 Top = 36 Width = 24 Height = 22 Hint = 'Rechercher une application' TabOrder = 2 OnClick = BrowseBtnClick Layout = blGlyphRight NumGlyphs = 2 Spacing = 2 end object ExtCmdBrowseBtn2: TBitBtn Left = 309 Top = 98 Width = 24 Height = 22 Hint = 'Rechercher une application' TabOrder = 3 OnClick = BrowseBtnClick Layout = blGlyphRight NumGlyphs = 2 Spacing = 2 end object ExternalReadonlyEdit: TBCCheckBox Left = 12 Top = 64 Width = 69 Height = 17 Caption = 'Lecture seule' TabOrder = 4 OnClick = SomethingChangedClick end end object ConversionTypeEdit: TRadioGroup Left = 8 Top = 16 Width = 345 Height = 93 Caption = 'Type de conversion' Items.Strings = ( 'D'#233'tection des types g'#233'r'#233's' 'Aucune conversion' 'Enlever le formatage de texte enrichi (RTF)' 'Programme externe') TabOrder = 1 OnClick = SomethingChangedClick end object GroupBox4: TGroupBox Left = 8 Top = 120 Width = 345 Height = 93 Caption = 'Conversion binaire des DFM' TabOrder = 2 object Label14: TLabel Left = 12 Top = 20 Width = 321 Height = 45 AutoSize = False Caption = 'Les formulaires binaires (Forms) de Delphi sont d'#233'tect'#233's et conv' + 'ertis automatiquement. Si la cr'#233'ation (build) ne fonctionne pas' + ', utilisez convert.exe de Delphi :' WordWrap = True end object DFMConvertEdit: TEdit Left = 12 Top = 62 Width = 293 Height = 21 TabOrder = 0 end object DFMBrowseBtn: TBitBtn Left = 309 Top = 62 Width = 24 Height = 22 Hint = 'Rechercher une application' TabOrder = 1 OnClick = BrowseBtnClick Glyph.Data = { 36060000424D3606000000000000360400002800000020000000100000000100 08000000000000020000220B0000220B00000001000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA A600000000000818180029000800390008003D252D0031313100393939007329 10006B21210063212900633131000063310010106B0000007B0031317B005A31 420052394A0000525A0039425200235260000063630000636F0010636B00007B 7B004A4A4A00525252005A5A5A00476D7300636363006B6B6B00737363007B73 6B00737373007B7B7B007F7F7F008000000084000000BF0000009C310000BD31 0000843929008C392900FF000000CE313100AD421800B54A1000BD4A10009C63 0000BD522100BD633900C64A1000C6521800CE521800CE630000C6522100C65A 2100CE5A2100C65A2900D6522100CE5A3100CE632900C6633100CE633100CE6B 3100CE6B3900D66B3100DE6B3100E7632900FF633100E77339008C6B5A00A57B 6B00D6734200CE735200C67B5200C67B5A00D67B5200E7734A000080000000BF 000000FF00008080000084840000ADAD0000BFBF0000C6C60000D6D61000FFCE 0000FFFF0000DEDE2100949463009C9C6300DE845A00FF8C4A00C6846B00CE8C 6B00DE8C6300DE8C6B00DE947300D69C7B00E7846300EF8C6B00F79C6B00EF94 7300E79C7300E79C7B00F7A57B00FFB57300FFFF6300000080002121A5005A5A 8C0073738C006B6BA5002929CE000000FF005A5AC6005252D6005252DE006363 E7006B6BE7006B6BEF007373EF0080008000FF00FF00FF31FF00008080000084 8400009C9C002194A50000ADAD0012AEB70000BEBE005A848C00639C9C006B9C A50000A5D60014B5D20029BDCE0002B5E20000BDF700639CCE005ABDC60001C9 ED0000CEFF0002D3F70000D6FF0000DEFF0004E8F50000E7FF0008E7FF0000EF FF0002F7FF0008F7FF0000FFFF0018FDFF0052D6DE004ADEFF0063D6E7006BDE EF0052EFFF0073E7EF0080808000848484008C8C8C00949494009C9C9C00A5A5 A500ADADAD00B5B5B500BDBDBD00CE9C8400C6A59400D6AD9400D6AD9C00EFA5 8400EFAD8400EFAD9400CEB5A500E7BDA500F7BDAD00CECE9C00FFCE9400DEC6 BD00FFD6AD00FFDEAD00F7CEBD008484EF00ADADF700BDBDF7009CCECE009CCE FF0084E7EF0084EFFF009CFFFF00ADEFF700BDF7F700C0C0C000C6C6C600CECE CE00DECEC600D5D5D500D6D6D600DEDEDE00E7CEC600E7D6CE00F7DECE00FFDE CE00EFDED600F7DED600FFEFCE00FFF7C600EFE7DE00F7E7D600F7E7DE00FFEF DE00C6C6FF00CECEFF00D6E7E700CEF7FF00E7E7E700EFEFEF00F7E7E700F7EF E700FFEFE700F7EFEF00FFEFEF00F7F7EF00E7E7FF00EFF7F700E7FFFF00EFFF FF00F7F7F700FFF7F700F7FFFF00FFFFFF00F0FBFF00A4A0A000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00868686868686 8686868686868686868686868686868686868686868686868686868686868686 8686868686868686868686F5F5F5F5F5F5F5F5F5F5F5868686860F0F0F0F0F0F 0F0F0F0F0F8686868686ACACACACACACACACACACAC07F58686861E1E8C8C8C8A 8A8A218A210F86868686ACAC07F586868686868686AC07F586861ECC1E8C8C8C 8A8A8A218A210F868686ACF5AC07F586868686868686AC07F5861ECCCC1E8C8C 8C8A8A8A2121210F8686ACF586AC07F586868686868686AC07F51EF5AACC1E8C 8C8C8A8A8A2121210F86ACF58686AC07F5F5F5F5F5F5F5F5ACF51EA4F5AACC1E 1E1E1E1E1E1E0F0F0F86ACF5868686ACACACACACACACACACACAC1EF5AACCAACC AA9A9A9A008686868686ACF58686868686868686ACF5868686861EAAF5AACCAA AAAA9A9A008686868686ACF5868686F5F5F5F5F5ACF5868686861ECCCCCCC81E 1E1E1E1E868686868686AC07F5F5ACACACACACACAC8686F5F5F5861E1E1E1E86 8686868686860000008686ACACAC8686868686868686ACACACF5868686868686 86868686868686000086868686868686868686F5868686ACACF5868686868686 868600868686008600868686868686868686AC07F5F5AC86AC86868686868686 86868600000086868686868686868686868686ACACAC86868686868686868686 8686868686868686868686868686868686868686868686868686} Layout = blGlyphRight NumGlyphs = 2 Spacing = 2 end end end end object OKBtn: TButton Left = 224 Top = 416 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 304 Top = 416 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 3 end object HelpBtn: TButton Left = 8 Top = 416 Width = 73 Height = 23 Caption = 'Aide' TabOrder = 1 OnClick = HelpBtnClick end object OpenDialog: TOpenDialog Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 176 Top = 413 end end